home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / ins_msc / imc9102 / testfunc.c < prev    next >
Text File  |  1991-01-07  |  85b  |  9 lines

  1. void emptyfunc(void)
  2.     {
  3.     }
  4.  
  5. void testfunc(void)
  6.     {
  7.     puts("Hello, world");
  8.     }
  9.